body {
padding-top: 20px;
padding-bottom: 40px;
}

/* Custom container */
.container-narrow {
margin: 0 auto;
max-width: 65%;
}
.container-narrow > hr {
margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
margin: 60px 0;
text-align: center;
}
.jumbotron h1 {
font-size: 72px;
line-height: 1;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
margin: 60px 0;
}
.marketing p + h4 {
margin-top: 28px;
}

/*my css*/
.box-cultivo{
    border: 1px solid black;
    font-size: 20px;
    max-height: 165pt;
    overflow-x: auto;
    padding: 5pt;
    border-radius: 5px;
    text-transform: capitalize;
}
.box-cultivo ul{
    list-style-type: none;
}
.box-cultivo label{
    text-transform: capitalize;
}

/* radio button */
.css-prp
{
  color: #007bff;
}

.con1 {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.con1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: lightgrey;
  border-radius: 10%;
}

/* When the radio button is checked, add a blue background */
.con1 input:checked ~ .checkmark {
  background-color: #007bff;
}

.btn-primary{
    background-color: #343c51;
    border-color: #343c51;
}

.btn-primary:hover{
    background-color: #343c51;
    border-color: #343c51;
}

.login form{
    margin: 0 auto;
    width: 320px;
    position: relative;
    top: 200px;
}

table.dataTable thead .sorting_asc {
    background-image: none !important;
}

.login img{
    width: 90%;
    margin-bottom: 70px;
}